From: Kim F. Storm Date: Wed, 20 Dec 2006 11:01:27 +0000 (+0000) Subject: (BROKEN_NON_BLOCKING_CONNECT): Define it. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~31390 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=69fd7dbfcca9729afa76b3697a6165506ce20682;p=emacs.git (BROKEN_NON_BLOCKING_CONNECT): Define it. --- diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 461df7acfba..c0aa13d74be 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -137,6 +137,11 @@ Boston, MA 02110-1301, USA. */ #define HAVE_SOCKETS 1 +/* But our select implementation doesn't allow us to make non-blocking + connects. So until that is fixed, this is necessary: */ + +#define BROKEN_NON_BLOCKING_CONNECT 1 + /* Define this symbol if your system has the functions bcopy, etc. */ #define BSTRING